This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
PPM-383: Remove the unsupported 60Ghz band option from the selected bands #1599
Open
DanielEdriPurpl
wants to merge
2
commits into
master
Choose a base branch
from
feature/ppm-383-remove-unsupported-60ghz-band
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PPM-383: Remove the unsupported 60Ghz band option from the selected bands #1599
DanielEdriPurpl
wants to merge
2
commits into
master
from
feature/ppm-383-remove-unsupported-60ghz-band
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DanielEdriPurpl
requested review from
adam1985d,
arnout,
kantera800,
mariomaz,
morantr,
rmelotte,
tomereli and
vitalybu
as code owners
August 13, 2020 12:47
itayx
approved these changes
Aug 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
orenvor
approved these changes
Aug 13, 2020
DanielEdriPurpl
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 13, 2020 13:16
bdaa45c
to
a276d5d
Compare
adam1985d
changed the title
remove the unsupported 60ghz band option
PPM-383: Remove the unsupported 60Ghz band option from selected bands
Aug 13, 2020
adam1985d
changed the title
PPM-383: Remove the unsupported 60Ghz band option from selected bands
PPM-383: Remove the unsupported 60Ghz band option from the selected bands
Aug 13, 2020
DanielEdriPurpl
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 13, 2020 13:31
a276d5d
to
000f024
Compare
adam1985d
approved these changes
Aug 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good PR - congratulations for your first PR to PRPL.
arnout
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 13, 2020 13:40
000f024
to
3b7f9df
Compare
DanielEdriPurpl
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 13, 2020 13:44
3b7f9df
to
7dff6aa
Compare
arnout
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 13, 2020 16:38
7dff6aa
to
fb94784
Compare
There is something wrong with the autogenerated files:
They need to be generated again before this can be merged: https://gitlab.com/prpl-foundation/prplmesh/prplMesh/-/jobs/685221686 |
DanielEdriPurpl
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 15, 2020 14:33
fb94784
to
000ceb2
Compare
The 60Ghz band is currently not supported, and shouldn't be part of the available configuration of the selected bands. Remove the 60Ghz from the eSelectedBands enum which is used by the persistent DB. PPM-383 Signed-off-by: DanielEdriPurpl <[email protected]>
Remove the 60Ghz option from the BML_CLIENT_SELECTED_BANDS in both bml_defs and bml_cli respectively. PPM-383 Signed-off-by: DanielEdriPurpl <[email protected]>
arnout
force-pushed
the
feature/ppm-383-remove-unsupported-60ghz-band
branch
from
August 15, 2020 14:34
000ceb2
to
4a8396c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove from the persistent DB all references to the unsupported 60GHz band.
This includes the BML CLI, the DB, and anything in between.